home *** CD-ROM | disk | FTP | other *** search
- on(release){
- set("_level40/sound/lib:sound","120");
- call("_level40/sound/lib:play");
- tellTarget("_level50")
- {
- gotoAndStop("off");
- }
- if(eval("_level0:" add eval("_level0:focus") add "_module") eq "mt")
- {
- path = "_level15/" add _name.substr("1","2") add "/mt/codelib";
- if(eval(path add ":currentview") eq "task")
- {
- set(path add ":task_id","new");
- }
- else
- {
- set(path add ":event_id","new");
- }
- call(path add ":add");
- }
- }
-